Comment=Holding down the Alt Key will put the selection mode into columnar format
[AutoIndent]
Value=true
Comment=Will indent the caret on new lines with the same amount of leading white space as the preceding line
[AutoSizeMaxLeftChar]
Value=false
Comment=Automatically resizes the max left char when adding lines
[DisableScrollArrows]
Value=false
Comment=Disables the scroll bar arrow buttons when you can't scroll in that direction any more
[DragDropEditing]
Value=true
Comment=Allows you to select a block of text and drag it within the document to another location
[DropFiles]
Value=true
Comment=Allows the editor accept OLE file drops
[EnhanceHomeKey]
Value=false
Comment=Enhances home key positioning, similar to visual studio
[GroupUndo]
Value=false
Comment=When undoing/redoing actions, handle all continous changes of the same kind in one call instead undoing/redoing each command separately
[HalfPageScroll]
Value=false
Comment=When scrolling with page-up and page-down commands, only scroll a half page at a time
[HideShowScrollbars]
Value=true
Comment=If enabled, the scrollbars will only show when necessary. If you have ScrollPastEOL, then it the horizontal bar will always be there (it uses MaxLength instead)
[KeepCaretX]
Value=false
Comment=When moving through lines w/o Cursor Past EOL, keeps the X position of the cursor
[NoCaret]
Value=false
Comment=Makes it so the caret is never visible
[NoSelection]
Value=false
Comment=Disables selecting text
[RightMouseMovesCursor]
Value=false
Comment=When clicking with the right mouse for a popup menu, move the cursor to that location
[ScrollByOneLess]
Value=false
Comment=Forces scrolling to be one less
[ScrollHintFollows]
Value=false
Comment=The scroll hint follows the mouse when scrolling vertically
[ScrollPastEof]
Value=false
Comment=Allows the cursor to go past the end of file marker
[ScrollPastEol]
Value=false
Comment=Allows the cursor to go past the last character into the white space at the end of a line
[ShowScrollHint]
Value=false
Comment=Shows a hint of the visible line numbers when scrolling vertically
[ShowSpecialChars]
Value=false
Comment=Shows the special Characters
[SmartTabDelete]
Value=false
Comment=Similar to Smart Tabs, but when you delete characters
[SmartTabs]
Value=false
Comment=When tabbing, the cursor will go to the next non-white space character of the previous line
[SpecialLineDefaultFg]
Value=false
Comment=Disables the foreground text color override when using the OnSpecialLineColor event
[TabIndent]
Value=true
Comment=When active <Tab> and <Shift><Tab> act as block indent, unindent when text is selected
[TabsToSpaces]
Value=false
Comment=Converts a tab character to a specified number of space characters
[TrimTrailingSpaces]
Value=false
Comment=Spaces at the end of lines will be trimmed and not saved
[TabWidth]
Value=4
Type=integer
Comment=Defines the number of spaces that a Tab will provide
[ActiveLineColor]
Value=clNone
Type=color
Comment=Defines the color to use for highlighting of the active line
[WordWrap]
Value=false
Comment=Wrap lines when they reach the end of the editor, instead of using scrollbars
[RightEdge]
Value=0
Type=integer
Comment=Displays a colored line after X characters
[RightEdgeColor]
Value=$00004080
Type=color
Comment=Defines the color for the right edge line (if visible)
[HighlightBrackets]
Value=false
Comment=Highlights matching brackets when you place the cursor at one of them
[EditorColor]
Value=clWindow
Type=color
Comment=Defines the background color of the editor window
[GutterColor]
Value=$00996633
Type=color
Comment=Defines the color of the gutter
[GutterLineNumbers]
Value=true
Comment=Turn the line numbers in the gutter on/off
[ShowGutter]
Value=true
Comment=Turn the gutter (left part of the editor) on/off